

/* NAVBAR and BACKGROUND IMAGE */S
#intro  {
    height: 100%;
}

#introcar, #introrel, #introwell, #introaff, #introapp, #introabout {
    height: 60%;
}


#intro {
    background: url("../../images/stress_free_people.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#introaff {
    background: url("../../images/chess-adj.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#introcar {
    background: url("../../images/rock-climb-adj.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#introabout {
    background: url("../../images/fosburyflop-adj.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#introrel {
    background: url("../../images/couplekiss.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#introwell {
    background: url("../../images/keeptheball.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#introapp {
    background: url("../../images/oldmusicband.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar {
    background-color:hsla(0,0%,0%,0.16);
}

.navbar-nav > li{
  margin-left:20px;
  margin-right:20px;

}

.top-nav-collapse {
    background-color: #4285F4;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}


/* PARALLAX BACKGROUND IMAGE */
.bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url(../../images/relationship4.jpeg);
    min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("../../images/parenting.jpg");
    min-height: 400px;
}

/* Title Animation */
.rotatey:hover { -webkit-transition: all 2s ease-in-out; -webkit-transform: rotatey(360deg);transform: rotatey(360deg);}
.rotateicon { -webkit-transition: all 2s ease-in-out; -webkit-transform: rotatey(360deg);transform: rotatey(360deg); animation: two 2s infinite;}
.animated.bounce {animation-delay:5.0s; animation-iteration-count: 2;}

@keyframes two {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}



/* First Half Screen Image below landing page  */
.bgimg-half-1 {
    background-image: url(../../images/corporate-adj.jpg);    
}

/* Second Half Screen Image below landing page  */
.bgimg-half-2 {
    background-image: url(../../images/guy-girl-adj.jpg);    
}

/* Mask image with light grey */
.rgba-black-light:hover, .rgba-black-strong:hover, .tint:hover{
	transition: 0.6s;
	background-color:hsla(199,79%,74%,0.52);
}

.rgba-stylish-strong:hover, .rgba-black-strong:hover, .tint:hover{
	transition: 0.6s;
	background-color:hsla(199,79%,74%,0.52);
}


/*  Card Flipping Start */
.flip-container {
	perspective: 1000px;
	display:inline-block;
	margin: 1px;
	margin:0px 10px;	
}

/* flip the pane when clicked */
.flip-container .flipped {
	transform: rotateY(180deg);
}

/* flip speed goes here*/
.flipper, .flipped {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.flip-container, .front, .back {
	width: 320px;
	height: 500px;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}


.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../../../telecounselgroup/MDB Free/img/Preloader_2.gif") center no-repeat #fff;
}


#background{
position: fixed;
top: 0;
left: 0;
width: 100%;
	height: 100%;
 /*background: url('../img/college_1.jpg') ;*/
  background-repeat: no-repeat;
  background-position:center;
  background-attachment: fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
 }

 .background-image-blur{
 	-webkit-filter: blur(45px);
    -moz-filter: blur(45px);
    -o-filter: blur(45px);
    -ms-filter: blur(45px);
    filter: blur(45px);

    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;

    transition: all 2s ease-out;
 }


.tweak > li > a {
  color: #fff;
}


/* Radio Buttons */
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


/* Slider */
	*, *:before, *:after {
  box-sizing: border-box;
}

.range-slider {
  margin: 0px 0 0 0%;
}

.range-slider {
  width: 90%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3197EE;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #3197EE;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #3197EE;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #3197EE;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/* Override MDBootstrap default and apply corrections as required*/
.btn-default {
    background-color: #fff!important;
    color: #fff!important;
}

/* Override the MDBootstrap default and apply the Bootstrap 4 default*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Change the validation font to red and italic and position under the input*/
.help-block {
	color:red;
	font-style: italic;
	margin-left:40px;
}


/* For Side Pop Form Button */
.container-box {
	display:inline-block; 
	position: fixed;
  	top: 55%;
  	left: 0;
	z-index: 100;
}

.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}

/* NAV divider */
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar .dropdown-menu a {
 	font-size: 1.1375rem;
    color: #fff!important;
	padding: 5px;
}

.navbar .dropdown-menu a:hover {
 
    color: skyblue!important;
}


/* Format Tabs of Service Section */
ul.nav.nav-tabs {
	padding:15px;
}

.nav-link, .nav-link:hover {
	color:white;
	border-radius: .25rem;
	
}

/* set background image of twins and mother*/
.twin {
	background-image: url(../../images/twins-adj2.jpg); padding: 0px; 
}

/* specifically set padding for background image of twins and mother so that it can be adjusted via media query for small screens*/
.twinpad{
padding-top:200px; padding-bottom: 200px ;
}

/* specifically set image as large or small for other (half-screen width) background images - adjusted via media query for small screens using b1/b2*/
.view img.b2{
	display:none;
}

/*Drop Down Nav Submenu*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu2 {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-menu2 {
    
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: black;
    text-align: left;
    list-style: none;
    background-color: black;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu2 li a {
	font-size: 15px;
}

dfn {
 position: relative;
	font-style: normal;
  
}
dfn::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  top: 22px; left: 0;
  opacity: 0;
  width: 230px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0,0,0,0.8);
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
}
dfn::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px; left: 20px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0,0,0,0.8);
  transition: opacity 250ms, top 250ms;
}
dfn:hover {z-index: 2;} /* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {opacity: 1;}
dfn:hover::after {top: 30px;}
dfn:hover::before {top: 20px;}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#intro {
    background: url("../../images/stress_free_people-small.png") no-repeat center center fixed;
	}
	
	#introabout {
    background: url("../../images/highjump-adj-small.jpg") no-repeat center center fixed;
	}

	/* adjust twins and mother image to display either the large or small version of the image to fit screen & reduce text padding when is a small image */
	.twin {
    background-image: url(../../images/twins-adj-small.jpg); padding: 0px;
	}
	
	.twinpad{
	padding-top:50px; padding-bottom: 50px;
	}	

	/* adjust display to either the large or small version of the image size to fit screen */
	.view img.b2{
	display:block;
	}
	.view img.b1{
	display:none;
	}
	
	/* adjust h2 size for small screens so does points do not overflow */
	.c h2 {
	font-size: 25px;		
		}	
	
	/* hide heading */
	.e {
	display: none;		
		}	
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

	/* hide heading */
	.e {
	display: none;		
		}	
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	
	/* hide heading */
	.e {
	display: none;		
		}	
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
}

/* Extra large devices (large desktops)*/
/* No media query since the extra-large breakpoint has no upper bound on its width*/